Welcome![Sign In][Sign Up]
Location:
Search - linux c tcp

Search list

[Internet-NetworkLinux_Tcp

Description: Linux下面用C写的Tcp socket程序-Linux used the following C program written by Tcp socket
Platform: | Size: 2048 | Author: 张杰 | Hits:

[Linux-Unixchenjinyi.tar

Description: 设计服务器和客户端,服务器可以使用TCP协议传输文件到客户端(C或C++实现) • 客户端发起传输请求 • 文件可以任意大小 • 客户端保存文件到磁盘 -Design server and the client, the server can use the TCP protocol to transfer files to the client (C or C++ Realize)
Platform: | Size: 8192 | Author: 李明 | Hits:

[Linux-Unixsocket

Description: 提供了非阻塞的客户端和服务器端通信的实例程序。用linux下的C语言实现。-Provides a non-blocking client and server-side examples of communication procedures. Under linux using C language.
Platform: | Size: 10240 | Author: jidong | Hits:

[TCP/IP stackSOCKET

Description: TCP/IP编程的基础--socket 包括C/JAVA TCP/UDP 服务端和客户端 六套代码,供新人学习、老人测试联调用 支持win32 Linux(JAVA版本的需要自己新增JDK)-TCP/IP programming basis- socket including C/JAVA TCP/UDP server and client six sets of code for the new study, elderly test joint call to support win32 Linux (JAVA version of the need to add JDK)
Platform: | Size: 9216 | Author: 冯进荣 | Hits:

[Othernormal_test_using_system_timer

Description: 本文件中主要包括两部分,其中一部分是使用vc++里的系统时间函数测试比较文件从磁盘导入内存和内存拷贝文件的时间区别,也测试比较了常用存储结构的操作性能,第二部分就是在linux系统下,使用linux系统时间函数测试在局域网内分别使用tcp和udp协议传输不同大小文件的时间开销,并做了简单分析。文件内还包括了比较详细的说明文档和测试数据及分析!开发语言是c语言。-This paper mainly include two parts, one of which is the use of vc++ System function of time in the test file from disk into memory and memory copy time difference test is also commonly used storage structure performance, and the second part is the linux system, linux system using the time function tests were used in the LAN tcp and udp protocol transmission time for different sizes of paper money, and make a simple analysis. Paper also includes a more detailed description of documents and test data and analysis! The development of language is the c language.
Platform: | Size: 43008 | Author: 赵成军 | Hits:

[Internet-Networkftp_client_server

Description: here is a C++ code for TCP server and client on linux mechine that listens on a specific port and then replies back to the client-here is a C++ code for TCP server and client on linux mechine that listens on a specific port and then replies back to the client
Platform: | Size: 1024 | Author: Imran | Hits:

[TCP/IP stackuip-0.6

Description: TCP/IP协议栈源码,版本0.6 目录说明: apps/ - contains some sample applications cc65/ - uIP for the 6502 CPU uip/ - actual uIP TCP/IP and ARP code unix - uIP as a user space process under FreeBSD or Linux -uIP is freely TCP/IP source code in C format
Platform: | Size: 70656 | Author: xuzhan | Hits:

[Linux-UnixTCPtime

Description: Linux平台c语言TCP协议 时间/日期程序-Linux platform, TCP protocol c language time/date of program
Platform: | Size: 4096 | Author: 光军 | Hits:

[Internet-Networktestplugin

Description: 端口扫描 linux 采用插件机制 TCP,udp,ident-scan-Port scan linux using plug-in mechanism for TCP, udp, ident-scan
Platform: | Size: 21504 | Author: | Hits:

[Internet-NetworkTCP_socket_client_server_file_transfer_program_des

Description: TCP套接字的文件传输客户服务器程序设计 包括C和S端的部分,S端向C端传送文件或者图片-TCP socket client-server file transfer program design, including C and S terminal part, S-side to the C terminal to send documents or pictures
Platform: | Size: 2048 | Author: 张梦 | Hits:

[Internet-NetworkSockets

Description: Socket编程 TCP/UDP的原理 powerpoint-SOCKET C/C++ TCP/UDP Linux powerpoint
Platform: | Size: 163840 | Author: 董必磊 | Hits:

[Linux-Unixcxxtools-1.4.8.tar

Description: Cxxtools 源码, Cxxtools把大部分linux C 库函数封装成C++类。封装方法巧妙高效,可以用于学习和直接使用。-Cxxtools is a collection of general-purpose C++ classes. It includes classes for: * argument parsing * logging * wrappers for threading (pthreads) * networking with tcp and udp including iostream-based classes * std::ostream for md5-calculation * std::ostream-hexdumper * std::ostream, which duplicates output (like tee) * wrappers for fork(2) and pipe(2) * parser for ini files * parser for property files * policy based smartpointer * wrappers for dlopen(2) and dlsym(2) * std::istream based http client * uuencoder-std::ostream * classes to create mime messages for sending mail with attachements or as html-formatted mail * template based fast signal/slot-classes * template for pools * parser for http-query-parameters e.g. for cgi * ostream-filter for counting bytes passed through it * wrappers for atomic operations * std::ostream based wrapper around iconv(3)
Platform: | Size: 451584 | Author: leo | Hits:

[Internet-Networksocket

Description: Linux下Socket网络编程,里面程序分为服务器和客服端。使用的TCP有链接的协议编程。-Socket Network programming under Linux, which is divided into the server and the customer service side. Use the TCP protocol with links to programming.
Platform: | Size: 12288 | Author: 宣鹏 | Hits:

[Windows Developshiyan1

Description: (1)复习Linux操作系统下的C语言程序的编辑、编译方法,完成简单的变元表读取显示程序。 (2)通过简单程序学习套接字地址、IP地址相关处理函数的使用。 (3)通过两个能完成基本通信功能的TCP服务器程序和客户机程序学习基本Socket函数的使用。-(1) under the operating system review Linux C language program, editor of the compilation approach, complete simple change list that reads program. (2) through simple procedure learning socket address, IP address associated with the use of function. (3) through the two basic communication function can finish TCP client server Socket to learn basic program and the use of function.
Platform: | Size: 8192 | Author: 李洪旭 | Hits:

[OtherLinux_TCP_protocol_source_analisys

Description: Linux的网络协议栈是内核的一部分,它的实现是基于TCP/IP协议栈的,共分五层,分别是:应用层、BSD Socket层、INET Socket层、网络层和数据链接/硬件层。这是继承了unix的网络系统,现在linux的网络系统不断注入了新的理论。 我要研究的是linux下网络协议栈一个通信协议——TCP协议栈。TCP协议是面向对象的协议,本论文主要从缓存sk_buff,TCP相关数据结构,TCP连接的建立与关闭,TCP数据的发送与接收,TCP的流量控制与拥塞控制这几方面阐述我对TCP协议栈的理解,主要研究了TCP在内核中如何实现,以及一些算法的实现。 -Linux network protocol stack is a core part of its implementation is based on TCP/IP protocol stack is divided into five, namely: the application layer, BSD Socket Layer, INET Socket layer, network layer and data link/hardware layer. This is the inheritance of the unix network system, network system is linux and keep adding a new theory. I need to study is a network protocol stack under linux communication protocols- TCP protocol stack. TCP protocol is object-oriented protocol, this thesis from the cache sk_buff, TCP data structures, TCP connection establishment and closure, TCP send and receive data, TCP flow control and congestion control these areas and explain my TCP protocol understanding of the stack, a major study how TCP in the kernel, and some algorithm.
Platform: | Size: 227328 | Author: 弥一强 | Hits:

[Linux-Unixtcp_scan.c

Description: 自己写的一个基于tcp的扫描程序,语言为c,运行环境为linux.-Write a tcp based scanner, the language is c, operating environment for linux.
Platform: | Size: 1024 | Author: shm | Hits:

[TCP/IP stackTCP

Description: linux下面用C写的基于TCP的socket程序-a program of socket in linux
Platform: | Size: 1024 | Author: killerezero | Hits:

[Internet-Networkchat_example.tar

Description: Linux下使用C + socket TCP实现的一个简单的聊天服务器和客户端程序。使用gcc编译时,需要增加-lpthread选项-using C+ socket TCP in Linux implementation of a simple chat server and client. Using the gcc compiler, the need to increase the-lpthread option
Platform: | Size: 3072 | Author: 冀涛 | Hits:

[Linux-UnixTCPtalk

Description: 用C写的基于linux下的简单的TCP聊天程序,可用于其他框架下的开发-Written using C under a simple linux-based TCP chat program can be used for other development under the framework of
Platform: | Size: 2048 | Author: liujin | Hits:

[Linux-Unix1

Description: c 通信源代码,linux 下的源程序,linux 下的源程序-c tcp ip souce code c tcp ip souce code c tcp ip souce code c tcp ip souce code
Platform: | Size: 443392 | Author: zhangdaiming | Hits:
« 1 2 3 4 56 7 8 9 10 11 12 »

CodeBus www.codebus.net